home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 4 / MacMania 4.toast / / Internet software / Black Night Connection Set / Unsupported Goodies / CompuServe Navigator < prev    next >
Text File  |  1996-04-08  |  3KB  |  52 lines

  1. To set up Navigator itself, open your session file and then the Session Parameters window. Select"Connection Tool..." from the "Connect Via" popup and a dialog wil appear. Choose your telnet tool in the popup menu in the dialog. Enter "gateway.compuserve.com" as the address to connect to. The default settings for the other items can remain. OK the dialog.
  2.  
  3. Back in the session parameters, select the Network popup and set it to use the Internet network script. There is an "Internet" script in the Nav Database which should work, but if you have an older database, get the most recent one which is here in library 1 as NAVDB.SEA and the script will appear. Script revision 2 or higher is necessary.
  4.  
  5. To check what script you have, check the "Network" popup. If "Internet" doesn't appear, you don't have an Internet script, so enter the one below. To do that, select "Create..." from the popup, type in "Internet" for the name, and then type in the script below.
  6.  
  7. If "Internet" does appear, select it. Then use the popup again and select "Edit 'Internet'..." and a dialog will appear. A comment near the top will say what revision it is. Revision 2 or above will work, you can click OK. The latest revision is revision 4. To update the script, select and delete the old one, then type (or paste with Command-V) the script below. Enter  the whole thing including comments, and don't add any blank lines at the beginning or end. The first and last lines are comment lines, and the first character on every line is a "#". Then click OK. Here is the script:
  8.  
  9. #! Network script for Internet connection via telnet
  10. #! by Mike O'Connor, Revision 4
  11. #!
  12. #! This script is used in conjunction
  13. #! with a setup that uses an Internet telnet
  14. #! connection tool such as "Black Night Telnet Tool"
  15. #! or "TCPack".
  16. #! Set the tool to connect to "gateway.compuserve.com"
  17. #! on the standard telnet port 23 with a binary
  18. #! connection (the "accept binary" option on.)
  19. #
  20. #:PROMPT:#!       Get a prompt
  21. #('ame:',NAME,'ID:',LOGIN,'ord:',LOGIN,'netd',FULL,'1440',RATE,20)#
  22. #w'1'#!           Timeout, let line settle
  23. #m'[Navigator Internet script: Timed out waiting for prompt]^M'#
  24. #x'1'#!           Exit signalling failure
  25. #
  26. #:RATE:#!         Got baud rate prompt
  27. #w'1'#!           Let line settle
  28. 14400^M#!         Type highest available rate and a Return
  29. #g:PROMPT:#!      Get next prompt
  30. #
  31. #:NAME:#!         Got Host Name prompt
  32. #w'1'#!           Let line settle
  33. CISAGREE^M#!      Type "CISAGREE" and a Return
  34. #g:PROMPT:#!      Get next prompt
  35. #
  36. #:FULL:#!         No telnet ports available
  37. #w'1'#!           Let line settle
  38. #m'[Navigator Internet script: CompuServe is busy, try again later]^M'#!
  39. #x'1'#!           Exit signalling failure
  40. #
  41. #:LOGIN:#!        Got User ID prompt, success
  42. #!                Nav will answer the User ID prompt.
  43.  
  44.  
  45. OK, everything is set up. The session parameters should show the name of your connection tool in the "connect via" popup, and "Internet" in the "Network" popup. Close the session parameters window, and you should give the Save command now.
  46.  
  47. If you use the "Show Preview" command to open the preview window, it will show that Nav is set to connect via the Internet, and the detail settings the tool uses will be shown. They are only of use if reporting a problem.
  48.  
  49. When you give the Run command, Nav should connect through the Internet and run its automatic session.
  50.  
  51. Have fun Navigating CompuServe through the Internet! -Mike (Nav author)
  52.